home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 6 code / TCP / NewsWatcher / NW Source / Source / wind.h < prev   
Encoding:
Text File  |  1995-05-23  |  1.0 KB  |  22 lines  |  [TEXT/MMCC]

  1. void DoCycleWindows (WindowPtr wind);
  2. OSErr DoZoomWindow (WindowPtr wind);
  3. OSErr DoShowHideFullGroupList (void);
  4. void RebuildWindowsMenu (void);
  5. void SelectWindMenu (short item);
  6. TWindowKind GetMyWindowKind (WindowPtr wind);
  7. OSErr CreateNewWindow (TWindowKind kind, StringPtr title, 
  8.     StringPtr font, short size, WindowPtr *theWindow);
  9. void PositionNewWindow (WindowPtr wind, short width, short height);
  10. void MyShowWindow (WindowPtr wind);
  11. void SaveWindPos (WindowPtr wind, TSavedWindPos *pos);
  12. void RestoreWindPos (WindowPtr wind, TSavedWindPos *pos, Boolean *needsZooming);
  13. OSErr SaveWindPosAsResource (WindowPtr wind);
  14. OSErr SaveWindPosToFile (WindowPtr wind);
  15. void RestoreLockedWindowPosition (WindowPtr wind, short width, short height,
  16.     Boolean windPosLocked, Rect *windLocn);
  17. void DrawPadlockIcon (WindowPtr wind);
  18. Boolean HandlePadlockClick (WindowPtr wind, Point where, 
  19.     Boolean *windPosLocked, Rect *windLocn);
  20. void RecordNewLockedWindowPosition (WindowPtr wind, Rect *windLocn);
  21. void MySelectWindow (WindowPtr wind);
  22. void AdjustWindowTitlesOnResume (void);